Dew Stats for .NET
|
The Durbin-Levinson algorithm.
Parameters |
Description |
[In] TVec gamma |
Defines covariances for Durbin-Levinson algorithm. |
[In] TVec Phi |
Returns phi[n,1]...phi[n,n] coefficients. |
out double Sigma2 |
Returns estimated variance. |
[In] int NumEvals |
Defines number of iterations of the Durbin-Levinson algorithm. |
[In] TVec PhiVar |
If not nil, it returns phi coefficients variances. |
Uses the Durbin-Levinson algorithm to calculate phi[n,1]...phi[n,n] coefficients. Coefficients are calculated resursively from the following relations:
where phi(1,1) = gamma(1)/gamma(0) and v(0)=gamma(0).
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|